home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
rebound.swf
/
scripts
/
frame_12
/
PlaceObject2_392_114
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
272 b
|
13 lines
onClipEvent(enterFrame){
if(this.hot.hitTest(_root.ball) and freeze == 0)
{
freeze = 1;
i = 1;
while(i <= 15)
{
_root["ban" add i].gotoAndStop(parseInt(_root["ban" add i]._currentframe) + 2);
i++;
}
}
}